home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / spy30.zip / SPY.H < prev    next >
Text File  |  1991-09-11  |  701b  |  27 lines

  1. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  2.  
  3. /* SPY.H */
  4.  
  5. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  6.  
  7. #define MAXINT      32767
  8. #define MAXWORD     65535
  9.  
  10. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  11.  
  12. /* Menu command definitions */
  13.  
  14. #define CMD_EXIT    2
  15. #define CMD_SPY     3
  16. #define CMD_EXPAND  4
  17. #define CMD_UPDATE  5
  18.  
  19. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  20.  
  21. /* String table ID numbers */
  22.  
  23. #define IDS_CLASS       1
  24. #define IDS_TITLE       2
  25.  
  26. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  27.